home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 112
/
jogo-disk-112.iso
/
Games
/
steppenwolf_3_chapter_7.swf
/
scripts
/
DefineButton2_918
/
BUTTONCONDACTION on(keyPress L).as
< prev
next >
Wrap
Text File
|
2010-07-14
|
213b
|
11 lines
on(keyPress "L"){
if(getProperty("_root.Animatiques", _currentframe) == 1)
{
set("/Save:Fichier","");
tellTarget("_root")
{
gotoAndStop("Initialisation");
}
}
}